runtime.gList.push (method)
13 uses
runtime (current package)
chan.go#L457: glist.push(gp)
chan.go#L476: glist.push(gp)
mcleanup.go#L521: q.sleeping.push(getg())
mcleanup.go#L638: list.push(q.sleeping.pop())
mgc.go#L662: work.sweepWaiters.list.push(getg())
mgcscavenge.go#L452: list.push(s.g)
netpoll.go#L504: toRun.push(rg)
netpoll.go#L507: toRun.push(wg)
proc.go#L5484: pp.gFree.push(gp)
proc.go#L5521: pp.gFree.push(gp)
proc.go#L6607: list.push(forcegc.g)
proc.go#L7152: list.push(updateMaxProcsG.g)
proc.go#L7834: func (l *gList) push(gp *g) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |